McCartTransParams Class

Represents the parameters of Cartesian transformation.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Api.McCartTransParams

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class McCartTransParams
Public Class McCartTransParams

 

The McCartTransParams class exposes the following members.

Constructors

 NameDescription

McCartTransParams

Initializes a new instance of the McCartTransParams class.

Properties

 NameDescription
RotAngle1Z-axis rotation angle.
RotAngle2Y-axis rotation angle.
RotAngle3X-axis rotation angle.
TransXX-component of translation vector.
TransYY-component of translation vector.
TransZZ-component of translation vector.

See also

IntervalZero.KINGSTAR.Base.Api Namespace